object FormGame: TFormGame Left = 452 Top = 253 AlphaBlendValue = 248 BorderStyle = bsDialog Caption = 'Becherov Xmas Party 1.2' ClientHeight = 392 ClientWidth = 402 Color = 4408131 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ImageBackground: TImage Left = 0 Top = 0 Width = 402 Height = 402 Picture.Data = {} end object ImageFace: TImage Left = 32 Top = 204 Width = 100 Height = 100 end object LabelLanguage: TLabel Left = 32 Top = 144 Width = 103 Height = 13 Caption = 'Language / Jazyk' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelPlayer: TLabel Left = 32 Top = 176 Width = 77 Height = 13 Caption = 'Player / Hr'#225#269 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ImageStart: TImage Left = 1 Top = 359 Width = 401 Height = 33 Cursor = crHandPoint Picture.Data = {} OnClick = ImageStartClick end object LabelPlayerArrow: TLabel Left = 16 Top = 173 Width = 11 Height = 17 Caption = '4' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Webdings' Font.Style = [] ParentFont = False end object LabelLanguageArrow: TLabel Left = 16 Top = 141 Width = 11 Height = 17 Caption = '4' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Webdings' Font.Style = [] ParentFont = False end object ComboBoxLanguage: TComboBox Left = 304 Top = 140 Width = 89 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 0 Text = 'English' OnChange = ComboBoxLanguageChange Items.Strings = ( 'English' #268'e'#353'tina') end object ButtonPlayerRemove: TButton Left = 160 Top = 312 Width = 105 Height = 25 Caption = 'Remove/Odstranit' Enabled = False TabOrder = 1 OnClick = ButtonPlayerRemoveClick end object ButtonPlayerAdd: TButton Left = 304 Top = 312 Width = 89 Height = 25 Caption = 'Add/P'#345'idat' TabOrder = 2 OnClick = ButtonPlayerAddClick end object ButtonFaceNext: TButton Left = 89 Top = 312 Width = 35 Height = 25 Caption = '>' Enabled = False TabOrder = 3 OnClick = ButtonFaceNextClick end object ButtonFacePrevious: TButton Left = 43 Top = 312 Width = 35 Height = 25 Caption = '<' Enabled = False TabOrder = 4 OnClick = ButtonFacePreviousClick end object ListViewPlayer: TListView Left = 160 Top = 176 Width = 233 Height = 129 Columns = < item Caption = 'Nick/P'#345'ezd'#237'vka' Width = 190 end> HideSelection = False RowSelect = True TabOrder = 5 ViewStyle = vsReport OnChange = ListViewPlayerChange OnEdited = ListViewPlayerEdited OnKeyDown = ListViewPlayerKeyDown end object ButtonStart: TButton Left = 16 Top = 400 Width = 75 Height = 25 Caption = 'ButtonStart' Default = True TabOrder = 6 OnClick = ButtonStartClick end object ImageListFaces: TImageList Height = 100 Width = 100 Left = 368 Top = 8 end end